gnss22 2.2.0
Loading...
Searching...
No Matches
GNSS 22 Settings

Settings of GNSS 22 Click driver. More...

Macros

#define GNSS22_RSP_START   "$"
 GNSS 22 response buffer commands.
#define GNSS22_RSP_DELIMITER   ","
#define GNSS22_RSP_END   "\r\n"
#define GNSS22_RSP_GGA   "GGA"
#define GNSS22_DUMMY   0xFF
 GNSS 22 dummy data.
#define GNSS22_IDLE_DATA   0x0A
#define GNSS22_GGA_ELEMENT_SIZE   15
 GNSS 22 GGA command elements.
#define GNSS22_GGA_TIME   1
#define GNSS22_GGA_LATITUDE   2
#define GNSS22_GGA_LATITUDE_SIDE   3
#define GNSS22_GGA_LONGITUDE   4
#define GNSS22_GGA_LONGITUDE_SIDE   5
#define GNSS22_GGA_QUALITY_INDICATOR   6
#define GNSS22_GGA_NUMBER_OF_SATELLITES   7
#define GNSS22_GGA_H_DILUTION_OF_POS   8
#define GNSS22_GGA_ALTITUDE   9
#define GNSS22_GGA_ALTITUDE_UNIT   10
#define GNSS22_GGA_GEOIDAL_SEPARATION   11
#define GNSS22_GGA_GEOIDAL_SEPARATION_UNIT   12
#define GNSS22_GGA_TIME_SINCE_LAST_DGPS   13
#define GNSS22_GGA_DGPS_REFERENCE_STATION_ID   14
#define GNSS22_TX_DRV_BUFFER_SIZE   100
 GNSS 22 driver buffer size.
#define GNSS22_RX_DRV_BUFFER_SIZE   800
#define GNSS22_DEVICE_ADDRESS   0x10
 GNSS 22 device address setting.

Detailed Description

Settings of GNSS 22 Click driver.

Macro Definition Documentation

◆ GNSS22_DEVICE_ADDRESS

#define GNSS22_DEVICE_ADDRESS   0x10

GNSS 22 device address setting.

Specified setting for device slave address selection of GNSS 22 Click driver.

◆ GNSS22_DUMMY

#define GNSS22_DUMMY   0xFF

GNSS 22 dummy data.

Definition of dummy data.

◆ GNSS22_GGA_ALTITUDE

#define GNSS22_GGA_ALTITUDE   9

◆ GNSS22_GGA_ALTITUDE_UNIT

#define GNSS22_GGA_ALTITUDE_UNIT   10

◆ GNSS22_GGA_DGPS_REFERENCE_STATION_ID

#define GNSS22_GGA_DGPS_REFERENCE_STATION_ID   14

◆ GNSS22_GGA_ELEMENT_SIZE

#define GNSS22_GGA_ELEMENT_SIZE   15

GNSS 22 GGA command elements.

Specified GGA command elements of GNSS 22 Click driver.

◆ GNSS22_GGA_GEOIDAL_SEPARATION

#define GNSS22_GGA_GEOIDAL_SEPARATION   11

◆ GNSS22_GGA_GEOIDAL_SEPARATION_UNIT

#define GNSS22_GGA_GEOIDAL_SEPARATION_UNIT   12

◆ GNSS22_GGA_H_DILUTION_OF_POS

#define GNSS22_GGA_H_DILUTION_OF_POS   8

◆ GNSS22_GGA_LATITUDE

#define GNSS22_GGA_LATITUDE   2

◆ GNSS22_GGA_LATITUDE_SIDE

#define GNSS22_GGA_LATITUDE_SIDE   3

◆ GNSS22_GGA_LONGITUDE

#define GNSS22_GGA_LONGITUDE   4

◆ GNSS22_GGA_LONGITUDE_SIDE

#define GNSS22_GGA_LONGITUDE_SIDE   5

◆ GNSS22_GGA_NUMBER_OF_SATELLITES

#define GNSS22_GGA_NUMBER_OF_SATELLITES   7

◆ GNSS22_GGA_QUALITY_INDICATOR

#define GNSS22_GGA_QUALITY_INDICATOR   6

◆ GNSS22_GGA_TIME

#define GNSS22_GGA_TIME   1

◆ GNSS22_GGA_TIME_SINCE_LAST_DGPS

#define GNSS22_GGA_TIME_SINCE_LAST_DGPS   13

◆ GNSS22_IDLE_DATA

#define GNSS22_IDLE_DATA   0x0A

◆ GNSS22_RSP_DELIMITER

#define GNSS22_RSP_DELIMITER   ","

◆ GNSS22_RSP_END

#define GNSS22_RSP_END   "\r\n"

◆ GNSS22_RSP_GGA

#define GNSS22_RSP_GGA   "GGA"

◆ GNSS22_RSP_START

#define GNSS22_RSP_START   "$"

GNSS 22 response buffer commands.

Specified response buffer commands of GNSS 22 Click driver.

◆ GNSS22_RX_DRV_BUFFER_SIZE

#define GNSS22_RX_DRV_BUFFER_SIZE   800

◆ GNSS22_TX_DRV_BUFFER_SIZE

#define GNSS22_TX_DRV_BUFFER_SIZE   100

GNSS 22 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.